home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / CTW10d.lha / CTW / scripts / General / FightHelp.script < prev    next >
Text File  |  1997-09-02  |  968b  |  55 lines

  1. SET @WALKLOOP 0|
  2. SET @SPEED 3|
  3. SET @TIMEWAIT 800|
  4. TIMER @TIME|
  5. MATH @TIME + @TIMEWAIT|
  6. :LOOP|
  7. ONGOTO 0 @WALKLOOP WN WS WE WW|
  8. :RTLOOP|
  9. TIMER @CHKTIME|
  10. IF @CHKTIME > @TIME WALKFIX|
  11. GOTO LOOP|
  12.  
  13. :WN|
  14. WALK 0 @SPEED|
  15. GOTO RTLOOP|
  16.  
  17. :WS|
  18. WALK 1 @SPEED|
  19. GOTO RTLOOP|
  20.  
  21. :WE|
  22. WALK 2 @SPEED|
  23. GOTO RTLOOP|
  24.  
  25. :WW|
  26. WALK 3 @SPEED|
  27. GOTO RTLOOP|
  28.  
  29. :WALKFIX|
  30. RND @WALKLOOP 3|
  31. TIMER @TIME|
  32. MATH @TIME + @TIMEWAIT|
  33. GOTO LOOP|
  34.  
  35. :TOUCH|
  36. [ "Need some help with fighting?"|
  37. ] "Yes" YES|
  38. ] "No" LOOP|
  39. GOTO LOOP|
  40.  
  41. :YES|
  42. [ "When you get into a fight, you need to"|
  43. [ "react quickly.  When your Power Meter"|
  44. [ "is full and your name is white, choose"|
  45. [ "an enemy to strike by moving the joystick"|
  46. [ "left or right.  Once you've select the target,"|
  47. [ "hit fire and you'll hit him!"|
  48. [|
  49. [ "If you have any healing items, you can use them"|
  50. [ "by moving the joystick up and down.  LightHeal"|
  51. [ "uses the lowest power item, BigHeal uses the"|
  52. [ "highest, and SmartHeal uses the best."|
  53. GOTO LOOP|
  54.  
  55.